:root {
  --color1: #388fc3;
  --color2: #1c9cea;
  --color3: #faffb4;
  --linkColor: #54848F;
  --linkColorHover: #43bfdb;
  --background-body: #dedddc url('img/backImg.png') no-repeat fixed;
  --background-size-body: cover;
  --background-modal-overlay: #00639f85;
  --background-modal-content: #3091b078;
  --headerNavigationContainer:
    linear-gradient(90deg, rgb(20 122 183 / 27%) 47%, rgb(8 66 112 / 85%) 65%);
  --background-color: background-color: #dde4e2;
  --background-image:
    url('img/backImg.png');
  --background-repeat: no-repeat;
  --background-attachment: fixed;
  --font1:
    'Alegreya Sans';
  /*  Dosis  Quicksand  */
  --font2: ;
  --font3: ;
}


@import url('https://fonts.googleapis.com/css2?family=Roboto&family=Roboto+Condensed&family=Roboto+Mono&family=Source+Sans+Pro&family=Wix+Madefor+Display&family=Work+Sans&display=swap');

* {
  font-family: 'Work Sans', sans-serif;

}


body.indexSite {}

.pkp_block {
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

a {
  color: #548f62;
  color: var(--linkColor);

  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  /* -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto; */

}

a:hover,
a:focus {
  color: var(--linkColorHover);
}


.logoContainer {
  padding: 0 10px;
  width: fit-content;
}

/* user menu */

.pkp_navigation_primary>li>a {

  transition: background-color .2s;
}



.pkp_nav_list ul a {
  background-color: transparent;
  font-size: inherit;
  padding-left: 4.998px;
  transition: background-color .2s, font-size .22s, padding-left .21s;

  ;
}

.pkp_structure_footer {}


@media (min-width: 992px) {


  .pkp_navigation_primary>li>a:hover {
    color: #fff;
    outline: 0;
    border-color: #fff;
    background-color: #000000ad;
    transform: scale(1.15);
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  }



  .pkp_nav_list ul a:hover, .pkp_nav_list ul a:focus {
    outline: 0;
    background-color: #000000ad;
    color: white;
    font-size: 16px;
    padding-left: 6px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  }
}


.dropdown-menu.show {
  background-color: #00000080;
}

.pkp_page_index .journals h3 a {
  text-decoration: none;

  border-bottom: solid 1px #ebd7b4
}

.journals .body h3 {}

.journals .body h3>a {
  font-size: 1.3em;
}


.pkp_site_name .is_img:focus {
  outline: none;
}


.pkp_block .content li {
  background: #f9f9f994;
  margin-bottom: 2px;
  /* box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.08) 0px 1px 2px; */
}

.pkp_block .content li a {
  margin-left: 10px;
  ;
}



#customblock-indexada-en{
background:linear-gradient(0deg, rgb(255 255 255 / 0%) 0%, rgba(255,255,255,1) 30%, rgb(255 255 255 / 3%) 100%);;  
}


#navigationUser a {
  color: white;
}

@media (min-width: 992px) {
  body.indexSite .pkp_navigation_user_wrapper {
    position: absolute;
    top: 0;
  }

}


@media (max-width: 991px) {
  body.indexSite .pkp_navigation_user_wrapper {
    margin-bottom: 15px;
  }

  body.indexSite .pkp_navigation_user_wrapper:before {
    content: '';
    width: 100%;
    height: 65px;
    ;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #2c2c2c80;
  }

  body.indexSite #navigationUser {
    list-style-position: inside;
  }

  body.indexSite #navigationUser li {
    display: inline-block;
    padding: 5px 10px;
    margin-left: 20px;
    ;
    border: solid rgba(255, 255, 255, 0.528) 1px
  }

  body.indexSite #navigationUser li a {
    text-decoration: none;

  }

  #navigationUser li::marker {
    color: white !important;
  }
}